String Schema
CommonTotalPriceType Complex Type
Description
Total price assigned to a participant, service or service-type
Namespace http://string.drv.de/xmlschema/string
Diagram
Currency Element Amount Element Sequence TotalIncentivesPrice Element Currency Element Amount Element Sequence TotalSalesTaxes Element Currency Element Amount Element Sequence RecommendedRetailPrice Element Currency Element Amount Element Sequence TotalSalesPrice Element Sequence CommonTotalPriceType Complex Type
Overview
CommonTotalPriceType
Total price assigned to a participant, service or service-type
Sequence
Sequence
RecommendedRetailPrice optional CurrencyAmountType Complex Type
Recommended price from touroperator
Sequence
TotalSalesTaxes optional CurrencyAmountType Complex Type
Total sales taxes included in the sales price
Sequence
TotalIncentivesPrice optional CurrencyAmountType Complex Type
Total amount of in centivese
Sequence
Source
<xs:complexType name="CommonTotalPriceType" abstract="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Total price assigned to a participant, service or service-type</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="TotalSalesPrice" type="CurrencyAmountType" nillable="false">
      <xs:annotation>
        <xs:documentation>Total sales amount</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RecommendedRetailPrice" type="CurrencyAmountType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Recommended price from touroperator</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalSalesTaxes" type="CurrencyAmountType" nillable="true" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Total sales taxes included in the sales price</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TotalIncentivesPrice" type="CurrencyAmountType" nillable="false" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Total amount of in  centivese</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.